←Select platform

Result Property

Summary

Generic result of running the command asynchronously.

Syntax
C#
VB
C++
public T Result { get; set; } 
Public Property Result() As T 
   Get 
   Set 
public:  
   property T Result 
   { 
      T get() 
      void set(T value) 
   } 

Property Value

The generic result of running the command asynchronously.

Requirements
Target Platforms
Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document.Viewer.WinForms Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.